home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Bank smakow / BankSmakow.air / META-INF / AIR / application.xml
Extensible Markup Language  |  2009-12-16  |  5KB  |  136 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <application xmlns="http://ns.adobe.com/air/application/1.5.3">
  3.  
  4. <!-- Adobe AIR Application Descriptor File Template.
  5.  
  6.     Specifies parameters for identifying, installing, and launching AIR applications.
  7.     See http://www.adobe.com/go/air_1.0_application_descriptor for complete documentation.
  8.  
  9.     xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/1.0
  10.             The last segment of the namespace specifies the version 
  11.             of the AIR runtime required for this application to run.
  12.             
  13.     minimumPatchLevel - The minimum patch level of the AIR runtime required to run 
  14.             the application. Optional.
  15. -->
  16.  
  17.     <!-- The application identifier string, unique to this application. Required. -->
  18.     <id>Apetito</id>
  19.     
  20.     <publisherID>4875E02D9FB21EE389F73B8D1702B320485DF8CE.1</publisherID>
  21.  
  22.     <!-- Used as the filename for the application. Required. -->
  23.     <filename>Bank smak├│w</filename>
  24.  
  25.     <!-- The name that is displayed in the AIR application installer. Optional. -->
  26.     <name>Bank smak├│w</name>
  27.  
  28.     <!-- Prosze pami─Öta─ç o uaktulanieniu opisu w okienku "O aplikacji"!!! (AboutView.mxml) -->
  29.     <version>1.0.4</version>
  30.     <!-- Description, displayed in the AIR application installer. Optional. -->
  31.     <!-- <description></description> -->
  32.  
  33.     <!-- Copyright information. Optional -->
  34.     <!-- <copyright></copyright> -->
  35.  
  36.     <!-- Settings for the application's initial window. Required. -->
  37.     <initialWindow>
  38.         <!-- The main SWF or HTML file of the application. Required. -->
  39.         <!-- Note: In Flex Builder, the SWF reference is set automatically. -->
  40.         <content>BankSmakow.swf</content>
  41.         
  42.         <!-- The title of the main window. Optional. -->
  43.         <!-- <title></title> -->
  44.  
  45.         <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
  46.         <systemChrome>none</systemChrome>
  47.  
  48.         <!-- Whether the window is transparent. Only applicable when systemChrome is false. Optional. Default false. -->
  49.         <transparent>true</transparent>
  50.  
  51.         <!-- Whether the window is initially visible. Optional. Default false. -->
  52.         <visible>true</visible>
  53.  
  54.         <!-- Whether the user can minimize the window. Optional. Default true. -->
  55.         <!--<minimizable></minimizable>-->
  56.  
  57.         <!-- Whether the user can maximize the window. Optional. Default true. -->
  58.         <!-- <maximizable></maximizable> -->
  59.  
  60.         <!-- Whether the user can resize the window. Optional. Default true. -->
  61.         <!-- <resizable></resizable> -->
  62.  
  63.         <!-- The window's initial width. Optional. -->
  64.         <!-- <width></width> -->
  65.  
  66.         <!-- The window's initial height. Optional. -->
  67.         <!-- <height></height> -->
  68.  
  69.         <!-- The window's initial x position. Optional. -->
  70.         <!-- <x></x> -->
  71.  
  72.         <!-- The window's initial y position. Optional. -->
  73.         <!-- <y></y> -->
  74.  
  75.         <!-- The window's minimum size, specified as a width/height pair, such as "400 200". Optional. -->
  76.         <!-- <minSize></minSize> -->
  77.  
  78.         <!-- The window's initial maximum size, specified as a width/height pair, such as "1600 1200". Optional. -->
  79.         <!-- <maxSize></maxSize> -->
  80.     </initialWindow>
  81.  
  82.     <!-- The subpath of the standard default installation location to use. Optional. -->
  83.     <!-- <installFolder></installFolder> -->
  84.  
  85.     <!-- The subpath of the Windows Start/Programs menu to use. Optional. -->
  86.     <!-- <programMenuFolder></programMenuFolder> -->
  87.  
  88.     <!-- The icon the system uses for the application. For at least one resolution,
  89.          specify the path to a PNG file included in the AIR package. Optional. -->
  90.     <icon>
  91.         <image16x16>icons/Apetito_16x16.png</image16x16>
  92.         <image32x32>icons/Apetito_32x32.png</image32x32>
  93.         <image48x48>icons/Apetito_48x48.png</image48x48>
  94.         <image128x128>icons/Apetito_128x128.png</image128x128>
  95.     </icon>
  96.  
  97.     <!-- Whether the application handles the update when a user double-clicks an update version
  98.     of the AIR file (true), or the default AIR application installer handles the update (false).
  99.     Optional. Default false. -->
  100.     <!-- <customUpdateUI></customUpdateUI> -->
  101.     
  102.     <!-- Whether the application can be launched when the user clicks a link in a web browser.
  103.     Optional. Default false. -->
  104.     <!-- <allowBrowserInvocation></allowBrowserInvocation> -->
  105.  
  106.     <!-- Listing of file types for which the application can register. Optional. -->
  107.     <!-- <fileTypes> -->
  108.  
  109.         <!-- Defines one file type. Optional. -->
  110.         <!-- <fileType> -->
  111.  
  112.             <!-- The name that the system displays for the registered file type. Required. -->
  113.             <!-- <name></name> -->
  114.  
  115.             <!-- The extension to register. Required. -->
  116.             <!-- <extension></extension> -->
  117.             
  118.             <!-- The description of the file type. Optional. -->
  119.             <!-- <description></description> -->
  120.             
  121.             <!-- The MIME type. Optional. -->
  122.             <!-- <contentType></contentType> -->
  123.             
  124.             <!-- The icon to display for the file type. Optional. -->
  125.             <!-- <icon>
  126.                 <image16x16></image16x16>
  127.                 <image32x32></image32x32>
  128.                 <image48x48></image48x48>
  129.                 <image128x128></image128x128>
  130.             </icon> -->
  131.             
  132.         <!-- </fileType> -->
  133.     <!-- </fileTypes> -->
  134.  
  135. </application>
  136.